use pcmag

--

select "Checking table sizes..."
                         
 ----------------------- 
 Checking table sizes... 

(1 row affected)

select "== Data tables =="
                   
 ----------------- 
 == Data tables == 

(1 row affected)
select "uniques: ", count(*) from uniques
                       
 --------- ----------- 
 uniques:      1000000 

(1 row affected)
select "hundred: ", count(*) from hundred
                       
 --------- ----------- 
 hundred:      1000000 

(1 row affected)
select "tenpct: ", count(*) from tenpct
                      
 -------- ----------- 
 tenpct:      1000000 

(1 row affected)
select "updates: ", count(*) from updates
                       
 --------- ----------- 
 updates:      1000000 

(1 row affected)
select "tenthou: ", count(*) from tenthou
                       
 --------- ----------- 
 tenthou:        10000 

(1 row affected)
select "hunthou: ", count(*) from hunthou
                       
 --------- ----------- 
 hunthou:       100000 

(1 row affected)
select "twomill: ", count(*) from twomill
                       
 --------- ----------- 
 twomill:      2000000 

(1 row affected)
select "threemill: ", count(*) from threemill
                         
 ----------- ----------- 
 threemill:      3000000 

(1 row affected)
select "fourmill: ", count(*) from fourmill
                        
 ---------- ----------- 
 fourmill:      4000000 

(1 row affected)
select "fivemill: ", count(*) from fivemill
                        
 ---------- ----------- 
 fivemill:      5000000 

(1 row affected)
select "fourram: ", count(*) from fourram
                       
 --------- ----------- 
 fourram:     20000000 

(1 row affected)

--

select "== Housekeeping tables =="
                           
 ------------------------- 
 == Housekeeping tables == 

(1 row affected)
select "update_int_history: ", count(*) from update_int_history
                                  
 -------------------- ----------- 
 update_int_history:            0 

(1 row affected)
select "oltp_write_01_check_value: ", count(*) from oltp_write_01_check_value
                                         
 --------------------------- ----------- 
 oltp_write_01_check_value:            1 

(1 row affected)
select "update_signed_history: ", count(*) from update_signed_history
                                     
 ----------------------- ----------- 
 update_signed_history:            0 

(1 row affected)
select "del_history: ", count(*) from del_history
                           
 ------------- ----------- 
 del_history:            0 

(1 row affected)
select "oltp_write_04_count_updates: ", count(*) from oltp_write_04_count_updates
                                           
 ----------------------------- ----------- 
 oltp_write_04_count_updates:            1 

(1 row affected)
